home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- if programmersKey() then
- set whichSprite to the clickOn
- set userH to the mouseH - the left of sprite whichSprite
- set userV to the mouseV - the top of sprite whichSprite
- if inside(point(userH, userV), rect(60, 40, 70, 45)) then
- go("2-Lane!")
- repeat while the stillDown
- nothing()
- end repeat
- end if
- end if
- end
-